Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add examples for common usecases #267

Merged
merged 1 commit into from
Jul 12, 2024

Conversation

dundargoc
Copy link
Contributor

No description provided.

@dundargoc dundargoc force-pushed the docs/examples branch 2 times, most recently from ba68bbc to 595232d Compare July 10, 2024 14:15
@dundargoc dundargoc marked this pull request as ready for review July 10, 2024 19:27
@stevengj
Copy link
Member

stevengj commented Jul 10, 2024

Looks good to me! Might be nice to also add an example of NFC and NFD normalization, e.g. transforming "äöü" between NFC and NFD:

  • NFC: "\u00e4\u00f6\u00fc" (3 characters)
  • NFD: "a\u0308o\u0308u\u0308" (6 characters, uses combining " ̈" U+0308 character)

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@stevengj stevengj merged commit 5568eff into JuliaStrings:master Jul 12, 2024
12 checks passed
@stevengj
Copy link
Member

Thanks!

@dundargoc dundargoc deleted the docs/examples branch July 12, 2024 09:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants